mx6qarm2: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <[email protected]>
Mon, 2 Mar 2015 17:14:27 +0000 (14:14 -0300)
committerStefano Babic <[email protected]>
Fri, 13 Mar 2015 12:13:45 +0000 (13:13 +0100)
commitad970756208864de4b353b77bfb04c0fb4fc5ab5
tree4f2f3a17a8c38fe7fb323aa745c50d7f471a86d7
parent9b686f3029d3c2d893a2b890d17709006c0a457f
mx6qarm2: Use the default CONFIG_SYS_PBSIZE

Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".

Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
this problem.

Cc: Jason Liu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Jason Liu <[email protected]>
include/configs/mx6qarm2.h